home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- go(the frame)
- if (the lastClick > (45 * 60)) and (the lastClick < (47 * 60)) then
- suono = "uno"
- puppetSound(1, suono)
- end if
- if (the lastClick > (90 * 60)) and (the lastClick < (91 * 60)) then
- suono = "due"
- puppetSound(1, suono)
- end if
- if (the lastClick > (135 * 60)) and (the lastClick < (136 * 60)) then
- suono = "tre"
- puppetSound(1, suono)
- end if
- if (the lastClick > (180 * 60)) and (the lastClick < (181 * 60)) then
- suono = "quattro"
- puppetSound(1, suono)
- end if
- if (the lastClick > (225 * 60)) and (the lastClick < (226 * 60)) then
- suono = "cinque"
- puppetSound(1, suono)
- end if
- if (the lastClick > (270 * 60)) and (the lastClick < (271 * 60)) then
- suono = "sei"
- puppetSound(1, suono)
- end if
- if (the lastClick > (315 * 60)) and (the lastClick < (316 * 60)) then
- suono = "sette"
- puppetSound(1, suono)
- end if
- if (the lastClick > (360 * 60)) and (the lastClick < (361 * 60)) then
- suono = "otto"
- puppetSound(1, suono)
- end if
- end
-